projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b512d4
)
checkout: Drop uncompressed object GC for now
author
Colin Walters
<walters@verbum.org>
Sat, 13 Oct 2012 23:22:29 +0000
(19:22 -0400)
committer
Colin Walters
<walters@verbum.org>
Sat, 13 Oct 2012 23:22:29 +0000
(19:22 -0400)
It's racy when multiple processes are involved, and needs a bit more
thought.
src/ostree/ot-builtin-checkout.c
patch
|
blob
|
history
diff --git
a/src/ostree/ot-builtin-checkout.c
b/src/ostree/ot-builtin-checkout.c
index 433ff0ed68a7bb0492951a62df99c2cf3eba12f7..2b63851dc16a608a247333b0048a9c1d7285f585 100644
(file)
--- a/
src/ostree/ot-builtin-checkout.c
+++ b/
src/ostree/ot-builtin-checkout.c
@@
-280,9
+280,6
@@
ostree_builtin_checkout (int argc, char **argv, GFile *repo_path, GError **error
}
}
- if (!ostree_repo_checkout_gc (repo, cancellable, error))
- goto out;
-
ret = TRUE;
out:
if (context)